.xwzx-nav {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.nav-box {

    border-bottom: 1px solid #e4e3e3;
}

.xwzx-nav-item {
    font-size: 18px;
    padding: 10px 0px;
    margin: 10px 20px;
    cursor: pointer;
    position: relative;
    font-weight: 400 !important;
}

.xwzx-nav-item:hover::after {
    position: absolute;
    content: " ";
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #2058AB;
}

.xwzx-nav-item:hover {
    color: #2058AB;
}

.xwzx-nav-item-info {
    color: #2058AB;
}

.xwzx-nav-item-info::after {
    position: absolute;
    content: " ";
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #2058AB;
}

.xwzx-box {
    max-width: 1200px;
    margin: 0 auto;
}

.xwzx-news-item {
    display: flex;
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: 1px solid #e7e7e7;
    max-height: 190px;
}

.xwzx-time,
.xwzx-img {
    flex: 1;
}

.xwzx-content {
    flex: 3;
}

.xwzx-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xwzx-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.time-month {
    font-weight: 700;
    font-size: 34px;
    position: relative;
    color: #C2B8B8;
}

.time-year {
    font-size: 20px;
    border: 1px solid #C2B8B8;
    color: #C2B8B8;
    display: inline-block;
    padding: 0px 10px;
}

.time-month::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #C2B8B8;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
}

.xwzx-title {
    font-size: 20px;
    font-weight: 600;
    color: #454545;
}

.xwzx-text {
    font-size: 18px;
    color: #C2B8B8;
    line-height: 25px;
    margin: 20px 0;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.xwzx-content {
    margin-right: 20px;
}

#news-box {
    background-color: #fafafa;
    padding: 40px 0 20px;
}

#news-content {
    display: flex;
    margin: 0 auto;
}

#news-content .news-left {
    flex: 2;
    padding: 35px 50px;
    margin-right: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(30, 88, 170, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 900px;
}

#news-content .news-right {
    flex: 1;
    padding: 0 10px;
}

#news-content .news-head .news-title {
    font-size: 25px;
    color: #4f4f4f;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#news-content .news-head .news-title .news-back a {
    background-color: #2058AB;
    color: #fff !important;
    border-radius: 50px;
    padding: 0 20px;
    font-size: 16px;
}

#news-content .news-head .news-time {
    font-size: 19px;
    color: #8d8d8d;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 5px;
}

#news-content .news-left .news-content {
    padding: 10px 0;
}

#news-content .news-left .news-source {
    padding: 15px 0;
    font-size: 16px;
    color: #4f4f4f;
    border-bottom: 1px solid #c4c4c4;
}

#news-content .news-left .news-content-page {
    padding: 15px 0;
}

#news-content .news-left .news-content-page p {
    padding: 5px 0;
}

#news-content .news-right .news-right-item {
    padding: 35px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(30, 88, 170, 0.15);
}

#news-content .news-right .news-right-item .news-item-title {
    font-size: 25px;
    color: #4f4f4f;
}

#news-content .news-right .news-right-item .news-item-list {
    padding: 8px 10px;
    border-bottom: 1px solid #c4c4c4;
    transition: all 0.1s linear;
}

#news-content .news-right .news-right-item .news-item-list li {
    list-style: disc;
    /* text-indent: -10px; */
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#news-content .news-left .news-content img {
    width: 100%;
}

#news-content .news-right .news-right-item .news-item-list li::marker {
    font-size: 16px;
    color: #0062A7;
}

#news-content .news-right .news-right-item .news-item-list:hover {
    background-color: #0062A7;
    transition: all 0.1s linear;
}

#news-content .news-right .news-right-item .news-item-list:hover li {
    color: #fff;
    transition: all 0.1s linear;
}

#news-content .news-right .news-right-item .news-item-list:hover li::marker {

    color: #fff;
    transition: all 0.1s linear;
}

/* 固定定位时的样式 */
.news-right.fixed {
    position: fixed;
    top: 20px;
    /* 距离顶部的距离 */
    width: 300px;
    /* 需与原始宽度一致 */
    z-index: 1000;
    /* 确保不被其他元素覆盖 */
    animation: fadeIn 0.3s;
    /* 平滑出现效果 */
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    #news-content .news-head .news-title{
        font-size: 18px;
    }
    .xwzx-nav-item {
        font-size: 18px;
        margin: 0px 10px;
    }
    .news-back{
        display: none;
    }
    .xwzx-nav-item:hover::after {
        bottom: 0;
    }

    .xwzx-box {
        padding: 0px 10px;
    }

    .xwzx-news-item {
        flex-direction: column;
        max-height: 100%;
        margin: 0;
    }
    .xwzx-title{
        font-size: 18px;
    }
    .xwzx-text{
        margin: 10px 0;
        font-size: 16px;
    }
    .time-month::after {
        display: none;
    }

    .xwzx-time {
        display: flex;
        order: 3;
        flex-direction: row-reverse;
        margin-top: 10px;
    }

    .time-year,
    .time-month {
        font-size: 14px;
        color: #adadad;
        border: none;
        font-weight: normal;
    }

    .xwzx-nav-item-info::after {
        bottom: 0;
    }



    .xwzx-content {
        margin-right: 0;
    }

    #news-content {
        flex-direction: column;
    }

    #news-content .news-left {
        padding: 10px;
        margin: 0 0 20px;
    }

    #news-box {
        padding: 10px 0;
    }
}